{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Getting Started\n", "To get started with EchoFlow, you can install it from `pip` by running:\n", "\n", "```python\n", "pip install echoflow\n", "```\n", "\n", "In this tutorial, we'll load the **spiral** dataset which is provided with the library." ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | x | \n", "y | \n", "
---|---|---|
0 | \n", "0.080377 | \n", "0.008525 | \n", "
1 | \n", "-0.001777 | \n", "0.003350 | \n", "
2 | \n", "-0.002866 | \n", "0.007323 | \n", "
3 | \n", "-0.107810 | \n", "0.001931 | \n", "
4 | \n", "-0.099708 | \n", "0.011197 | \n", "